home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef FMainH
- #define FMainH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\ComCtrls.hpp>
- #include "UPTSplitter.hpp"
- #include "UPTShellControls.hpp"
- #include "UPTTreeList.hpp"
- //---------------------------------------------------------------------------
- class TFrmMain : public TForm
- {
- __published: // IDE-managed Components
- TPTShellList *PTShellList1;
- TPTSplitter *PTSplitter1;
- TPTShellTree *PTShellTree1;
- void __fastcall PTShellList1FillComplete(TObject *Sender);
- void __fastcall PTShellList1Insert(TObject *Sender, TListItem *Item);
- private: // User declarations
- bool FIsFolder;
- public: // User declarations
- __fastcall TFrmMain(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TFrmMain *FrmMain;
- //---------------------------------------------------------------------------
- #endif
-